home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AUDIOPLAYERS / MP3ENCODE / !Mp3encode / !Help next >
Text File  |  1999-01-22  |  5KB  |  130 lines

  1.                                 MP3Encode
  2.                                 =========
  3. Version 1.03 (22 Jan 1999)
  4.  
  5. Introduction
  6. ------------
  7. This is an incredibly rudimentary frontend to the CMPA MP3 encoder. It allows
  8. you to easily encode an MP3, in the background whilst you are working and
  9. maintain some minor degree of control over it in an easier manner than using
  10. the Taskwindow from your editor.
  11.  
  12. The reason for this is that I found that whilst encoding MP3's it was all too
  13. easy to shut the machine down and ignore the message from the editor about
  14. files not being saved because usually I had a number of taskwindows running,
  15. most of which were idle and I'd forgotten about the MP3 encoding.
  16.  
  17.  
  18. Usage
  19. -----
  20. Drag a PCM file (16 bit signed linear at 44.1kHz) to the iconbar icon. This
  21. will start the encoding process. The menu gives you the controls you need to
  22. pause and stop the encoding. The options window allows you to set the bitrate
  23. to be used. I use 128 as that gives about 10:1 compression - you may find
  24. different things.
  25.  
  26. You cannot quit MP3Encode while an encoding session is in progress. To quit,
  27. stop the encoding process (you will NOT be warned) then quit the application.
  28.  
  29. Clicking on the iconbar icon opens the progress window. This shows you the
  30. output from the encoder, and - in a little status pane below it - the count
  31. of how far through the encoding is. Closing this window with adjust will
  32. leave just the status window. You can move this by dragging it.
  33.  
  34. Clicking on the iconbar icon with adjust opens just the status window. If you
  35. change the font/size of the text you will need to click 'Save' in the options
  36. window to retain this setting.
  37.  
  38.     
  39. How it works
  40. ------------
  41. We use an incredibly simple taskwindow handler to manage the taskwindow which
  42. is used by MP3Encode. The output handler is the generic display handler that
  43. I use for most of my applications. As such, most of the operations you would
  44. usually do with it are possible (clipboard, font/size selection).
  45.  
  46.  
  47. Updates
  48. -------
  49. This program may (or may not) be updated periodically. By clicking on the
  50. infobox window entries for Author and Version you can move directly to the
  51. web pages for the Justin Fletcher and this application respectively.
  52.  
  53.  
  54. Help and message files
  55. ----------------------
  56. This application is fully !Help compliant and it is recommended that when
  57. getting to grips with it the help should be used if only to give it some
  58. purpose! It also supports the use of MessageTrans and therefore translation
  59. to another language or changing the messages for the fun of it is much easier
  60. than it might have been.
  61.  
  62.  
  63. JFShared library
  64. ----------------
  65. This application requires Justin Fletcher's JFShared library to function.
  66. This can be obtained from Arcade and possibly other bulletin boards. A
  67. version is currently being carried by Hensa, but for the latest version you
  68. would be best off looking at Justin's web page (see below), or contacting him
  69. by one of the other means below.
  70.  
  71.  
  72. Acknowledgements
  73. ----------------
  74. Many, many thanks to Dave Thomas for designing the icon for me!
  75.  
  76.  
  77. Compatibility
  78. -------------
  79. This application has been tested on the author's RPC, but due to the lack
  80. of friends with Acorns has not been tested on other systems. Therefore, it
  81. ought to work on any RO3.6 machine. It is likely that it may work on RO3.1,
  82. RO3.5, and RO3.7.
  83.  
  84.  
  85. Disclaimer
  86. ----------
  87. The author accepts no responsibility for any problems which this application
  88. may cause or loss of data resulting in its use. This application is Public
  89. Domain Freeware. This means that it may be distributed, so long as no charge
  90. other than copying costs are charged for it. The copyright remains with
  91. myself (Justin Fletcher).
  92.  
  93.  
  94. Contact
  95. -------
  96. Any comments, queries, donations or bug reports can be sent to Justin
  97. Fletcher at :
  98.  
  99. E-Mail : Gerph@innocent.com
  100. URL    : http://www.thevillage.ndirect.co.uk/justin/
  101. IRC    : On #Acorn as Gerph
  102. Tel    : (01842) 812276
  103.  
  104. Snail Mail :
  105.     Justin Fletcher
  106.     “Galadriel”
  107.     17b Cromwell Road,
  108.     Weeting,
  109.     Brandon,
  110.     Suffolk.
  111.     IP27 0QT
  112.  
  113.  
  114. History
  115. -------
  116. Version 1.00 : 17 Jan 1999
  117.                First version written with variable bitrate, but no output
  118.                handling.
  119.  
  120. Version 1.01 : 18 Jan 1999
  121.                Added auto-filetyping of output.
  122.  
  123. Version 1.02 : 20 Jan 1999
  124.                Status display and progress window added.
  125.  
  126. Version 1.03 : 22 Jan 1999
  127.                Oops. I managed to get the shutdown check around the wrong way,
  128.                so it would only shut down if there was no encoding taking
  129.                place.
  130.